-
Notifications
You must be signed in to change notification settings - Fork 18
Adding Linux ARM Builds to CI #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In .github/workflows/build-ocp.yml the os array appears three times and the include sections would need to be updated.
I would be very surprised if it would build immediately, given the hassle I had to get the other 4 os flavors to work ...
bernhard-42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, looks good.
I think the next step is to check the conditions. Currently I use
if: runner.os == 'Linux'if [[ "$RUNNER_OS" == "Linux" ]]; then
Does the github workflow use these conditions for both intel and arm ubuntu?
And if we need to distinguish, how would that be done.
I currently don't have time to work on it.
However, if we have a tag on the latest working version, then let's merge it and give it a try to learn. If things go south, we can go back to the tag.
|
And another question is, whether we should align the ubuntu version for intel and arm Linux? |
|
Very interested in ARM wheels 🚀 Are you planning to follow up on this? |
|
@Oblynx Eventually. Hopefully there will be more activity after Adam releases OCP 7.9. |
No description provided.